Main Page | File List | File Members

define.h

Go to the documentation of this file.
00001 
00015 #define ABS(x) (((x)>0)?(x):-(x))
00016 #define MAX(x,y) ((x)>(y)?(x):(y))
00017 #define MIN(x,y) ((x)>(y)?(y):(x)) 
00018 

Generated on Wed Jul 20 17:56:25 2005 for Define Command by  doxygen 1.4.4